home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / helper / src / control / makefile < prev   
Encoding:
Makefile  |  1994-11-16  |  208 b   |  10 lines

  1.  
  2. helper.com : helper.exe
  3.     exe2bin helper.exe helper.com
  4.  
  5. helper.exe : helper.obj
  6.     386link helper.obj -symbol -8086 -exe helper.exe
  7.  
  8. helper.obj : helper.asm
  9.     386asm helper.asm -twoc -nolist
  10.